import React from 'react'; declare type UnsavedBoardIconProps = { as?: React.ElementType; width?: number; height?: number; color?: string; }; export declare const UnsavedBoardIcon: ({ as, width, height, color, }: UnsavedBoardIconProps) => JSX.Element; export {};