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