export type StarterTileProps = { dropdownContent?: React.ReactNode; } & React.ComponentProps<"button">; export declare function StarterTile({ dropdownContent, className, children, ref, ...rest }: StarterTileProps): import("react").JSX.Element; export declare namespace StarterTile { var displayName: string; } //# sourceMappingURL=StarterTile.d.ts.map