type TrptkLogoProps = { width?: number; }; export function TrptkLogo({ width }: TrptkLogoProps) { return ( ); }