export type MoreTileProps = { "aria-label": string; variant?: "accent" | "secondary"; layout?: "fixed" | "fluidWidth"; className?: string; } & Omit, "children" | "aria-label"> & React.RefAttributes; export declare function MoreTile({ className, type, variant, layout, ref, ...rest }: MoreTileProps): import("react").JSX.Element; export declare namespace MoreTile { var displayName: string; } //# sourceMappingURL=MoreTile.d.ts.map